home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI1000 / TI1261.ASC < prev    next >
Text File  |  1993-02-10  |  5KB  |  265 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Borland/Turbo Pascal                  NUMBER  :  1261
  9.   VERSION  :  7.0
  10.        OS  :  WIN
  11.      DATE  :  February 10, 1993                        PAGE  :  1/4
  12.  
  13.     TITLE  :  Recommended PIF Settings for Windows
  14.  
  15.  
  16.  
  17.  
  18.   Every DOS program that runs under Windows will have an associated
  19.   PIF file. These files designate how much memory an application
  20.   uses and how it uses other aspects of your computer, such as the
  21.   video memory.
  22.  
  23.   If you do not associate a particular PIF file with a DOS
  24.   application then it will use the _Default.PIF file which
  25.   Microsoft places automatically in the Windows subdirectory. You
  26.   should also be aware that whenever you open a DOS box via the
  27.   MSDOS icon, then by default Windows uses the DOSPrmpt.PIF file,
  28.   which Windows installs during setup. This PIF file will control
  29.   the settings of an application that is started from inside a DOS
  30.   box.
  31.  
  32.   During the default installation Turbo Pascal 7.0 and Borland
  33.   Pascal 7.0 both place correctly configured PIF files in the BIN
  34.   subdirectory for the protected mode IDEs and debuggers such as
  35.   BP, TPX and TDX. Borland Pascal will automatically create a
  36.   Program Manager group with icons which are associated by default
  37.   with these PIF files. This same chore is not performed
  38.   automatically during the Turbo Pascal installation, so if you own
  39.   that product you should be sure to associate TPX with the correct
  40.   PIF file if you want to start it from a Windows icon. There is no
  41.   need to associate real mode applications such as Turbo.EXE with a
  42.   PIF file since they will normally run fine under either the
  43.   _Default.PIF or the DOSPrmpt.PIF.
  44.  
  45.   It is extremely easy to associate a DOS executable with a
  46.   particular PIF file. To do so, follow the normal procedures for
  47.   setting up a Windows Icon, except instead of associating an
  48.   executable with a particular icon, you should associate it with a
  49.   particular PIF file. The PIF file itself will know where your
  50.   executable is and how to start it.
  51.  
  52.   If you want to know more about the set up or use of PIF files you
  53.   should read the lengthy and detailed description of this subject
  54.   in the Microsoft Windows Users Guide which shipped with your copy
  55.   of Windows.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Borland/Turbo Pascal                  NUMBER  :  1261
  75.   VERSION  :  7.0
  76.        OS  :  WIN
  77.      DATE  :  February 10, 1993                        PAGE  :  2/4
  78.  
  79.     TITLE  :  Recommended PIF Settings for Windows
  80.  
  81.  
  82.  
  83.  
  84.   Here are the default PIF settings for the PIF files that shipped
  85.   with BP7 and TP7:
  86.  
  87.   =====================================
  88.  
  89.   BP PIF:
  90.   Program FileName: BP.EXE
  91.   Window Title: Borland Pascal 7.0
  92.   Optional Parameters: /R+
  93.   Video Memory: Text
  94.   Memory Requirements
  95.     KB Required: 128
  96.     KB Desired: 640
  97.   EMS Memory
  98.     KB Required: 0
  99.     KB Limit: 1024
  100.   XMS Memory
  101.     KB Requited: 0
  102.     KB Limit: 2048
  103.   Display Usage: Full Screen
  104.   Close Window on Exit: TRUE
  105.  
  106.   Advanced Options
  107.   Background Priority: 50
  108.   Foreground Priority: 100
  109.   Detect Idle Time: TRUE
  110.   Emulate Text Mode: TRUE
  111.   Allow Fast Paste: TRUE
  112.   Application Shortcut Key: None
  113.  
  114.  
  115.   =====================================
  116.  
  117.   TDX PIF:
  118.   Program FileName: TDX.EXE
  119.   Window Title: TDX
  120.   Video Memory: Text
  121.   Memory Requirements
  122.     KB Required: 128
  123.     KB Desired: 640
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT  :  Borland/Turbo Pascal                  NUMBER  :  1261
  141.   VERSION  :  7.0
  142.        OS  :  WIN
  143.      DATE  :  February 10, 1993                        PAGE  :  3/4
  144.  
  145.     TITLE  :  Recommended PIF Settings for Windows
  146.  
  147.  
  148.  
  149.  
  150.   EMS Memory
  151.     KB Required: 0
  152.     KB Limit: 1024
  153.   XMS Memory
  154.     KB Requited: 0
  155.     KB Limit: 2048
  156.   Display Usage: Full Screen
  157.   Close Window on Exit: TRUE
  158.  
  159.   Advanced Options
  160.   Background Priority: 50
  161.   Foreground Priority: 100
  162.   Detect Idle Time: TRUE
  163.   Emulate Text Mode: TRUE
  164.   Allow Fast Paste: TRUE
  165.   Application Shortcut Key: None
  166.  
  167.   =====================================
  168.  
  169.   TPX PIF:
  170.   Program FileName: TPX.EXE
  171.   Window Title: Turbo Pascal 7.0
  172.   Optional Parameters: /R+
  173.   Video Memory: Text
  174.   Memory Requirements
  175.     KB Required: 128
  176.     KB Desired: 640
  177.   EMS Memory
  178.     KB Required: 0
  179.     KB Limit: 1024
  180.   XMS Memory
  181.     KB Requited: 0
  182.     KB Limit: 2048
  183.   Display Usage: Full Screen
  184.   Close Window on Exit: TRUE
  185.  
  186.   Advanced Options
  187.   Background Priority: 50
  188.   Foreground Priority: 100
  189.   Detect Idle Time: TRUE
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.   PRODUCT  :  Borland/Turbo Pascal                  NUMBER  :  1261
  207.   VERSION  :  7.0
  208.        OS  :  WIN
  209.      DATE  :  February 10, 1993                        PAGE  :  4/4
  210.  
  211.     TITLE  :  Recommended PIF Settings for Windows
  212.  
  213.  
  214.  
  215.  
  216.   Emulate Text Mode: TRUE
  217.   Allow Fast Paste: TRUE
  218.   Application Shortcut Key: None
  219.  
  220.   DISCLAIMER: You have the right to use this technical information
  221.   subject to the terms of the No-Nonsense License Statement that
  222.   you received with the Borland product to which this information
  223.   pertains.
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.